home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / compuserve-file-archive / 22 Graphics & Utilities / GODOT.TXT < prev    next >
Encoding:
Text File  |  2019-04-13  |  9.3 KB  |  227 lines

  1. ==========================================================================
  2.  
  3.                     GoDot - C64 Image Processing System
  4.  
  5. ==========================================================================
  6.  
  7.                           Demonstration Version
  8.                         (c) Magna Media Verlag AG
  9.                              Munich,Germany
  10.  
  11. ==========================================================================
  12.  
  13.                             NO WARRANTY
  14.  
  15. 1. BECAUSE THE PROGRAM IS DISTRIBUTED FREE OF CHARGE, THERE IS NO WARRANTY
  16. FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
  17. OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
  18. PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
  19. OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  20. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
  21. TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
  22. PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
  23. REPAIR OR CORRECTION.
  24.  
  25. 2. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
  26. WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
  27. REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
  28. INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  29. OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
  30. TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
  31. YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
  32. PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
  33. POSSIBILITY OF SUCH DAMAGES.
  34.  
  35.  
  36.   This archive contains a full working copy of the program, but lacks the
  37. ability to export your work. The complete version will be distributed on
  38. on the Magna Media C64 CD ROM in 1995. If you can`t wait to get hold of a
  39. full working version, contact
  40.  
  41.                             ERDEM Development
  42.                             Postfach 1823
  43.                             D-84471 Waldkraiburg
  44.                             Germany
  45.  
  46.                             Tel.: 08638-967070
  47.                             Fax : 08638-967055
  48.  
  49.                  order      "64`er Sonderdiskette `93"
  50.                             Bestell-Nr. 11401
  51.  
  52.                             Price: ca. 20,- DM + P&P
  53.  
  54.  Programmers ask for an optional package containing all sources and a
  55.  printed reference guide.
  56.  
  57.  The documentation and tutorials for GoDot have been published in the
  58.  german magazine "64er".
  59.  
  60.  Please read the `Savers` section for information about export modules.
  61.  
  62. --------------------------------------------------------------------------
  63.  
  64.  How to install the GoDot Demo Package
  65.  -------------------------------------
  66.  
  67. The files in the archive are selfextracting programs. You need to transfer
  68. them to a 15xx disk, then load them as a basic program. Be shure to have a
  69. blank, formatted disk before running them.
  70.  
  71.  System requirements
  72.  -------------------
  73.  
  74. GoDot needs at least a C64 and a 15xx or compatible floppy drive (incl.
  75. any type of CMD drive). It will also work with a C128(D) in C64 mode
  76. and can take advantage of the VDC ram (16 or 64k). Additional drives are
  77. recognized and supported, as is any type of CBM ram expansion units. The
  78. Pagefox module ram is the only third party ram type currently supported,
  79. there are special modules to launch the Pagefox software from the GoDot
  80. program without loosing your work. Additional ram may be used as a data
  81. backup buffer (not VDC16k), as alternative visual output (VDC only) and/
  82. or as silicon disk for the program`s modules (CBM REUs only).Some modules
  83. to support third party in/output hardware such as scanners, video digiti-
  84. zers and printers (9-24pin, color and b/w) are available as part of the
  85. GoDot package, others as public domain or shareware. GoDot can be used by
  86. mouse, joystick or keyboard.
  87.  
  88. Pagefox is (c) Scanntronik
  89.  
  90.  The GoDot GUI
  91.  -------------
  92.  
  93. If you know ART DEPARTMENT PROFESSIONAL (c) by Elastic Reality, it will
  94. be easy for you to use GoDot because it uses a similar GUI layout. If
  95. you don`t, go and buy it, it is a wonderful peace ;-) of software with
  96. many functions not found in many so called high end software packages.
  97.  
  98.  
  99.   +--------------------------------+--------------+---------------+
  100.   |               install loader   | redisplay    | program info  |
  101.   +-----------------------------------------------+---------------+
  102.   |               install saver    | load picture | save picture  |
  103.   +--------------------------------+              +---------------+
  104.   |                                |              | end program   |
  105.   |         +----------------------+------------------------------+
  106.   |         |  change dither type  |                              |
  107.   +--------------------------------+                              |
  108.   |    activate balancing window   |              +---------------+
  109.   +--------------------------------+              |               |
  110.   |    activate palette window     |              |   picture     |
  111.   +--------------------------------+              |   preview     |
  112.   | toggle  display mode           |              |               |
  113.   +--------------------------------+--------------+---------------+
  114.   |                | colors used   |                              |
  115.   |                +---------------+------------------------------+
  116.   |                | clip on/off   |          install module      |
  117.   +----------------+---------------+------------------------------+
  118.   |     render new display         |   execute module             |
  119.   +--------------------------------+------------------------------+
  120.  
  121.  
  122.  
  123.  Understanding GoDot
  124.  -------------------
  125.  
  126. The software consists of different types of files, all being handled by
  127. a main program routine.
  128.  
  129. - godot            : launches the system, the launch drive (8-11) will be
  130.                      set as SYStem drive, unless a REU was recognized
  131. - god.ini          : editable preferences
  132. - god.main         : yep!
  133. - god.set          : program data
  134. - god.upmem        : the render routines
  135. - dev.REU          : the ram disk device handler
  136. - ini.blah         : optional preferences file 
  137.                      may be used by `LOAD"GODOT",8:"BLAH"
  138.                      ...yes it works, and it would have worked in 1983 !
  139.  
  140.  Loaders
  141.  -------
  142.  
  143. To import pictures, GoDot needs at least one loader module (LDR.BLAH).
  144. There are loaders for C64 type pictures such as Koala, Doodle and other
  145. commercial paint packages, but also for several file types generated by
  146. some editors using enhanced display routines (FLI/IFLI).
  147. GoDot has access to foreign file types as well, currently supported are
  148. Amiga ILBM (2-4096 colors), PCX (2-256 colors) and Atari Degas (2 colors)
  149. Once data has been stored in the GoDot 4BIT format, it can be reimported
  150. via the 4BIT loaders while being merged, overlayed or mixed with existing
  151. pictures.
  152.  
  153.  Savers
  154.  ------
  155.  
  156. To export pictures, GoDot needs at least one saver module (SVR.BLAH).
  157. The demonstration version contains only the saver for the internal GoDot
  158. 4BIT file format, the full package will provide savers for
  159.  
  160.            - CBM hires and multicolor bitmaps
  161.            - Koala
  162.            - Doodle
  163.            - Geos
  164.            - Plus4 multicolor
  165.            - Amiga ILBM
  166.            - PCX
  167.            - various (I)FLI types
  168.            - and many others ...
  169.  
  170.  Modules
  171.  -------
  172.  
  173. The whole picture data is stored in a 32000 byte buffer, containing a
  174. 320 x 200 16 color image. Actually GoDot is using 16 shades of gray, but
  175. as every c64 color is assigned to a gray level, colors may also be
  176. processed by special modules. If the saturation level of your monitor
  177. or TV set is turned down to a minimum, only 9 different levels of gray
  178. can be identified, a fact some software developers should have thought of.
  179. The image data can now be processed by different modules (MOD.BLAH).
  180. There are some modules providing functions as seen on high level image
  181. processing systems (look at the mighty convolve module), but also C64
  182. specific modules for enhancing visual output.
  183.  
  184.  Well...
  185.  -------
  186.  
  187. For additional information see the c64 format readme module. From now on,
  188. you are on your own. Feel free to fiddle around with all supplied modules,
  189. try to create beautyful pictures never seen on your C64. If you like it
  190. and you do want more, buy the whole package. The development has not been
  191. stopped, and there are a bunch of third party programmers who have already
  192. produced some amazing add-ons such as a direct Amiga-C64 transfer module
  193. and a SIRDS generator. If you have any suggestions, don`t hesitate to
  194. contact us (see the GoDot readme module).
  195.  
  196.  
  197.  BONUS! BONUS! BONUS!
  198.  --------------------
  199.  
  200. As you might have noticed, some modules are marked with a point. These are
  201. SYStem modules, because they do not change any image data, but the system
  202. parameters.
  203.  
  204.            - .PatternEd        will modify the dither pattern
  205.            - .NewPointer       will install a new mouse pointer
  206.            - .FirstDrive       will change the system path
  207.            - .FileType         will try to identify a chosen file
  208.  
  209. and...     - .FileCopy         is a two (any type) drive filecopy program
  210.  
  211.  
  212.  
  213.  
  214.  
  215. THIS DOCUMENT IS A ONE PASS WORK. AS I AM NOT A NATIVE ENGLISH SPEAKER,
  216. THERE MAY BE SOME PARTS WHICH NEED CORRECTIONS. DO IT IF YOU THINK YOU
  217. HAVE TO, BUT DON`T TELL ME !
  218.  
  219.  
  220.  
  221.  
  222.              Have Fun With GoDot!
  223.  
  224.  
  225.                                         Wolfgang Kling & Arndt Dettke
  226.  
  227.